const github.com/refraction-networking/utls.x25519PublicKeySize
6 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L587: if len(ecdhePeerData) != mlkem.CiphertextSize768+x25519PublicKeySize {
handshake_client_tls13.go#L595: if len(ecdhePeerData) != x25519PublicKeySize+mlkem.CiphertextSize768 {
handshake_client_tls13.go#L599: ecdhePeerData = hs.serverHello.serverShare.data[:x25519PublicKeySize]
handshake_client_tls13.go#L638: ciphertext := hs.serverHello.serverShare.data[x25519PublicKeySize:]
handshake_server_tls13.go#L252: if len(ecdhData) != mlkem.EncapsulationKeySize768+x25519PublicKeySize {
key_schedule.go#L60: const x25519PublicKeySize = 32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |